Resource StructureDefinition/FHIR Server from package bonsai.first.test.r4#0.1.9 (79 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"url" : "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner",
"version" : "2.0.0",
"name" : "NLLPractitioner",
"status" : "active",
"date" : "2024-12-17",
"publisher" : "Swedish eHealth Agency",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "EHM",
"uri" : "http://ehalsomyndigheten.se",
"name" : "E-hälsomyndigheten"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "servd",
"uri" : "http://www.omg.org/spec/ServD/1.0/",
"name" : "ServD"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Practitioner",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Practitioner",
"path" : "Practitioner",
"mapping" : [
{
"identity" : "EHM",
"map" : "Personal",
"comment" : "Förskrivare/Farmaceut/Annan personal"
}
]
},
{
"id" : "Practitioner.id",
"path" : "Practitioner.id",
"mustSupport" : true
},
{
"id" : "Practitioner.extension:userAcronym",
"path" : "Practitioner.extension",
"sliceName" : "userAcronym",
"short" : "User acronym (sv användar-id), used in some scenarios",
"definition" : "An identifier that can be used in combination with e.g. name and workplace name to understand which individual that performed an action. userAcronym is only used for pharmacy staff.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. \r\n\r\nMaximum string length: 20",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://electronichealth.se/fhir/StructureDefinition/NLLUserAcronym"
]
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Användar-id"
}
]
},
{
"id" : "Practitioner.extension:userAcronym.value[x]",
"path" : "Practitioner.extension.value[x]",
"comment" : "Maximum string length: 20"
},
{
"id" : "Practitioner.extension:nllApplicableWorkplace",
"path" : "Practitioner.extension",
"sliceName" : "nllApplicableWorkplace",
"short" : "Information related to a practitioner's workplace applicable for the scenario",
"definition" : "The practitioners workplace.\r\nA prescriber may have several workplaces and the workplace information defined in this structure should reflect the workplace related to the situation, e.g. unit where the practitioner was situated when the prescription was requested.",
"comment" : "-",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
]
}
],
"mustSupport" : true
},
{
"id" : "Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier",
"path" : "Practitioner.extension.extension",
"sliceName" : "workplaceIdentifier"
},
{
"id" : "Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.value[x]",
"path" : "Practitioner.extension.extension.value[x]",
"comment" : "-"
},
{
"id" : "Practitioner.name",
"path" : "Practitioner.name",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Practitioner.name.text",
"path" : "Practitioner.name.text",
"short" : "Text representation of the full name for a practitioner",
"definition" : "The full name of the practitioner. NB! Only available as output for dispenses for paper prescriptions (sv pappersuttag), and should never be used for input.",
"comment" : "Maximum string length: 70",
"maxLength" : 70,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Fullständigt namn"
}
]
},
{
"id" : "Practitioner.name.family",
"path" : "Practitioner.name.family",
"short" : "Practitioner family name",
"definition" : "The famliy name of the practitioner (sv efternamn)",
"comment" : "Maximum string length: 35",
"maxLength" : 35,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Efternamn"
}
]
},
{
"id" : "Practitioner.name.given",
"path" : "Practitioner.name.given",
"short" : "Practitioner first name",
"definition" : "The first name of the practitioner (sv tilltalsnamn)",
"comment" : "Maximum string length: 35",
"max" : "1",
"maxLength" : 35,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Förnamn"
}
]
},
{
"id" : "Practitioner.telecom",
"path" : "Practitioner.telecom",
"short" : "A contact detail for the practitioner",
"definition" : "A contact detail for the practitioner, in the form of a telephone number.",
"mustSupport" : true
},
{
"id" : "Practitioner.telecom.extension",
"path" : "Practitioner.telecom.extension",
"min" : 2
},
{
"id" : "Practitioner.telecom.extension:nllAvailableToPatient",
"path" : "Practitioner.telecom.extension",
"sliceName" : "nllAvailableToPatient",
"short" : "Available to patient",
"definition" : "If the contact method (ie telephone number) should be available to the patient or not.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient"
]
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Tillgänglig för patient"
}
]
},
{
"id" : "Practitioner.telecom.extension:nllContactPointType",
"path" : "Practitioner.telecom.extension",
"sliceName" : "nllContactPointType",
"short" : "Contact point type",
"definition" : "If the contact method (ie telephone number) is a dircet number to the practitioner or a number to the pratitioners workplace.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType"
]
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Telefonnummer tillhör"
}
]
},
{
"id" : "Practitioner.telecom.extension:nllContactPointType.value[x]",
"path" : "Practitioner.telecom.extension.value[x]",
"binding" : {
"strength" : "required",
"valueSet" : "http://ehalsomyndigheten.se/fhir/ValueSet/contactpoint-types"
}
},
{
"id" : "Practitioner.telecom.system",
"path" : "Practitioner.telecom.system",
"short" : "phone",
"fixedCode" : "phone",
"mustSupport" : true
},
{
"id" : "Practitioner.telecom.value",
"path" : "Practitioner.telecom.value",
"short" : "The practitioners telephone number",
"definition" : "The practitioners telephone number",
"comment" : "Maximum string length: 15",
"min" : 1,
"maxLength" : 15,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Telefonnummer"
}
]
},
{
"id" : "Practitioner.telecom.rank",
"path" : "Practitioner.telecom.rank",
"definition" : "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.\r\nThe current version of the National Medication List doesn't allow multiple telephone numbers to the same contact point type. Therefore the rank has less importance.",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Rangordning"
}
]
},
{
"id" : "Practitioner.address",
"path" : "Practitioner.address",
"short" : "Address(es) of the practitioner",
"definition" : "Address(es) of the practitioner.",
"comment" : "Only one address is allowed of each address type.",
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Adressuppgift"
}
]
},
{
"id" : "Practitioner.address.type",
"path" : "Practitioner.address.type",
"short" : "postal | physical",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://electronichealth.se/fhir/ValueSet/address-types"
},
"mapping" : [
{
"identity" : "EHM",
"map" : "Adresstyp"
}
]
},
{
"id" : "Practitioner.address.line",
"path" : "Practitioner.address.line",
"comment" : "Maximum string length: 35",
"max" : "1",
"maxLength" : 35,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Adress"
}
]
},
{
"id" : "Practitioner.address.city",
"path" : "Practitioner.address.city",
"comment" : "Maximum string length: 28",
"maxLength" : 28,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Postort"
}
]
},
{
"id" : "Practitioner.address.postalCode",
"path" : "Practitioner.address.postalCode",
"comment" : "Maximum string length: 6",
"maxLength" : 6,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Postnummer"
}
]
},
{
"id" : "Practitioner.address.country",
"path" : "Practitioner.address.country",
"short" : "Country (2 letter code ISO 3166-1)",
"definition" : "Country as 2 letter code according to ISO 3166-1 alpha-2. Must be included for a prescription issued in a country outside Sweden.\r\nExample: NO (Norway)",
"comment" : "Maximum string length: 2",
"maxLength" : 2,
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Landskod"
}
]
},
{
"id" : "Practitioner.qualification",
"path" : "Practitioner.qualification",
"definition" : "When handling practitioner information in the Swedish National Medication List the qualification data shall mirror the qualification used in the current scenario. I.e. if a practitioner has several different qualifications, for example midwife and doctor, then the qualification should contain information about the qualification used at the specific point in time when the practitioner creates or updates information in the medication list.<BR>\r\nNB! The cardinality on qualification is 0..1, but this is mandatory information in most cases. However there are exceptions. The scenario when a pharmacy enters a medication dispense that has been made on another occasion based on a paper prescription, the qualification of the practitioner that made the dispense should not be entered.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.identifier",
"path" : "Practitioner.qualification.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
}
},
{
"id" : "Practitioner.qualification.identifier:personalPrescriptionCode",
"path" : "Practitioner.qualification.identifier",
"sliceName" : "personalPrescriptionCode",
"short" : "Personal Prescription Code",
"definition" : "Personal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \r\nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\r\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.2\r\nThe format of the personal prescription code is 7 digits.",
"max" : "1",
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Personlig förskrivarkod"
}
]
},
{
"id" : "Practitioner.qualification.identifier:personalPrescriptionCode.system",
"path" : "Practitioner.qualification.identifier.system",
"short" : "Name space for Personal Prescription Code",
"definition" : "Personal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \r\nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .",
"min" : 1,
"fixedUri" : "urn:oid:1.2.752.116.3.1.2",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.identifier:personalPrescriptionCode.value",
"path" : "Practitioner.qualification.identifier.value",
"short" : "The Personal Prescription Code",
"comment" : "Format: 7 digits",
"min" : 1,
"maxLength" : 7,
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber",
"path" : "Practitioner.qualification.identifier",
"sliceName" : "healthcareProfessionalLicenseNumber",
"short" : "Healthcare Professional License Identity Number",
"definition" : "Healthcare Professional License Identity Number (sv legitimationskod/löpnummer i HOSP) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \r\nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\r\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.1\r\nThe format of the healthcare professional license number is 6 digits.",
"max" : "1",
"mustSupport" : true,
"mapping" : [
{
"identity" : "EHM",
"map" : "Legitimationskod"
}
]
},
{
"id" : "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.system",
"path" : "Practitioner.qualification.identifier.system",
"min" : 1,
"fixedUri" : "urn:oid:1.2.752.116.3.1.1",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.value",
"path" : "Practitioner.qualification.identifier.value",
"comment" : "Format: 6 digits",
"min" : 1,
"maxLength" : 6,
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code",
"path" : "Practitioner.qualification.code",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding",
"path" : "Practitioner.qualification.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:healthcareProfessionalLicense",
"path" : "Practitioner.qualification.code.coding",
"sliceName" : "healthcareProfessionalLicense",
"short" : "Healthcare Professional License",
"definition" : "A profession code. Healthcare Professional License (sv yrkeskod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \r\nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\r\nThe Code System has an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.3",
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://electronichealth.se/fhir/ValueSet/nll-hosp-yrkeskod"
},
"mapping" : [
{
"identity" : "EHM",
"map" : "Yrkeskod"
}
]
},
{
"id" : "Practitioner.qualification.code.coding:healthcareProfessionalLicense.system",
"path" : "Practitioner.qualification.code.coding.system",
"min" : 1,
"fixedUri" : "urn:oid:1.2.752.116.3.1.3",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:healthcareProfessionalLicense.version",
"path" : "Practitioner.qualification.code.coding.version",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:healthcareProfessionalLicense.code",
"path" : "Practitioner.qualification.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:occupationalCode",
"path" : "Practitioner.qualification.code.coding",
"sliceName" : "occupationalCode",
"short" : "Occupational Code",
"definition" : "An extended professional code (sv utökad yrkeskod). Defined by the Swedish eHealth Agency. Used for communicating the profession for a practitioner that do not have a Swedish license (sv legitimation).",
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://electronichealth.se/fhir/ValueSet/nll-utokad-yrkeskod"
},
"mapping" : [
{
"identity" : "EHM",
"map" : "Utökad yrkeskod"
}
]
},
{
"id" : "Practitioner.qualification.code.coding:occupationalCode.system",
"path" : "Practitioner.qualification.code.coding.system",
"min" : 1,
"fixedUri" : "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-utokad-yrkeskod",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:occupationalCode.version",
"path" : "Practitioner.qualification.code.coding.version",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:occupationalCode.code",
"path" : "Practitioner.qualification.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:groupPrescriptionCode",
"path" : "Practitioner.qualification.code.coding",
"sliceName" : "groupPrescriptionCode",
"short" : "Group Prescription Code",
"definition" : "A group prescription code (sv gruppförskrivarkod). Code system managed by the Swedish eHealth Agency.",
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ehalsomyndigheten.se/fhir/ValueSet/gruppforskrivarkod"
},
"mapping" : [
{
"identity" : "EHM",
"map" : "Gruppförskrivarkod"
}
]
},
{
"id" : "Practitioner.qualification.code.coding:groupPrescriptionCode.system",
"path" : "Practitioner.qualification.code.coding.system",
"min" : 1,
"fixedUri" : "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-gruppforskrivarkod",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:groupPrescriptionCode.version",
"path" : "Practitioner.qualification.code.coding.version",
"mustSupport" : true
},
{
"id" : "Practitioner.qualification.code.coding:groupPrescriptionCode.code",
"path" : "Practitioner.qualification.code.coding.code",
"min" : 1,
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.